Welcome![Sign In][Sign Up]
Location:
Search - LZW c

Search list

[Compress-Decompress algrithmslzw

Description: LZW.c 本演示程序提供了LZW编码法的压缩和解压缩函数,并实现了对图象 文件的压缩和解压缩
Platform: | Size: 3475 | Author: zhangpin | Hits:

[Compress-Decompress algrithmslzw_soft

Description: lzw压缩解压算法源码-The soruce of LZW compression algorithm
Platform: | Size: 0 | Author: 站长 | Hits:

[Compress-Decompress algrithmsLZW压缩算法源代码和示例程序代码c++

Description: LZW压缩算法源代码和示例程序代码c-LZW compression calculates the law origin code and demonstration procedure code c
Platform: | Size: 78848 | Author: 郑一 | Hits:

[Multimedia programlzw1111

Description: LZW c++算法-LZW algorithm
Platform: | Size: 9216 | Author: 李 海 | Hits:

[2D Graphic图像压缩算法lzw

Description: 数字图像 压缩算法-A LZW Compress algorithm used in digital image Process.
Platform: | Size: 8192 | Author: 文心 | Hits:

[Compress-Decompress algrithmsyasuojieya

Description: 本代码为LZW算法的C语言实现程序,他在此基础上加入了霍夫曼算法的优点-the LZW algorithm code for the C language procedure, he joined the basis of the merits of the algorithm Hoffman
Platform: | Size: 505856 | Author: 刘刀冈 | Hits:

[CSharplzw源码

Description: lzw源码,比较好压缩解压算法源码网页的字体、大小、颜色及页面布局的语言,使用任何的文本编辑器都可以 对它进行编辑,与VB、C++等编程...最多可包含 256 种颜色(包括透明色)。文 件的大小取决于实际使用的颜色数目。它使用 LZW 压缩算法来... (2005-6-7,VB,61KB,下载0次)【向站长-4,558,302 source, the better compression decompression algorithm source web font, size, color and page layout language, the use of any text editor can edit it, and VB, C programming, etc. ... can contain up to 256 colors (including transparent colors). Document size depends on the actual number of colors used. It uses LZW compression algorithm to ... (2005-6-7, VB, 61KB download 0) to head
Platform: | Size: 118784 | Author: 高压 | Hits:

[Compress-Decompress algrithmsLZW算法源码C语言

Description: LZW压缩算法简介 作者:宋成 描述:一篇关于LZW压缩算法简介的文章,通俗易懂,值得一看! 备注:该文章整理自软件报1998年合订本上册。 LZW压缩算法是一种新颖的压缩方法,由Lemple-Ziv-Welch 三人共同创造,用他们的名字命名。它采用了一种先进的串表压缩不,将每个第一次出现的串放在一个串表中,用一个数字来表示串,压缩文件只存贮数字,则不存贮串,从而使图象文件的压缩效率得到较大的提高。奇妙的是,不管是在压缩还是在解压缩的过程中都能正确的建立这个串表,压缩或解压缩完成后,这个串表又被丢弃。 -LZW compression algorithm brief Authors : Song Description : one on the LZW compression algorithm brief article, accessibly, an eye-catcher! Note : The article reported software collated since 1998 on the consolidated list. LZW compression algorithm is a new compression method by Lemple- Ziv-Welch, the three work together to create and use their names. It adopted a series of advanced non-compressed form, each of the first series on a string form, with a string of figures to show that compressed files only digital storage, not storing strings, thus the document image compression efficiency significantly. Magically, whether it is in compression or decompression process can correct the establishment of this series table Compression or decompress after the completion of the series table also
Platform: | Size: 4096 | Author: 邓海波 | Hits:

[Multimedia Develop行程长度编码lzw压缩算法源代码和示例程序代码

Description: 行程长度编码,在MPEG编码里面也非常有用,可以学习-length encoding in MPEG encoder inside are very useful, can learn to s
Platform: | Size: 69632 | Author: 李明 | Hits:

[Compress-Decompress algrithmsLZW_compress_algorithm

Description: LZW压缩算法,提供了LZW压缩算法详细代码和说明,用C语言实现的。-LZW compression algorithm, the LZW compression algorithm detailed code and annotations, using the C language.
Platform: | Size: 4096 | Author: fgdfgdfg | Hits:

[Compress-Decompress algrithmslzwfordepresscoding

Description: LZW压缩和解压缩程序 lzw.c 主要的功能模块 bitio.c/bitio.h 一些支撑函数,支持以比特(bit)为单位的文件I/O 用法: 压缩 lzw E <in-file> <out-file> 解压缩 lzw D <in-file> <out-file> 压缩时,读入<in-file>中内容,压缩后存入<out-file>中,得到压缩文件。 解压缩时,读入<in-file>中内容,将结果存入<out-file>中,得到原文件。 本代码在linux+gcc/windows+vc下经过测试,为了使读者容易理解算法本身, 算法实现中仅采用了简单的错误处理机制和优化。-LZW compression and decompression procedures lzw.c major functional modules bitio.c/bitio . h some support function, and support bits (bit) for the File I/O usage : Compression 4,558,302 E
Platform: | Size: 2048 | Author: 冯灿科 | Hits:

[Compress-Decompress algrithmslzw_c++

Description: 此程序是经典算法LZW压缩算法的实现,具有较好的压缩与解压速度,并有较好的压缩比.在vc6.0环境下编译通过-classic LZW algorithm for the compression algorithm to achieve, the better compression and decompression speed, and a better compression ratio. in vc6.0 compile environment
Platform: | Size: 5120 | Author: tqin007 | Hits:

[Compress-Decompress algrithmsCompressCode(Many)

Description: N多的压缩解压源代码,包括compress、LZW、LZ77、RLE、哈夫曼-N number of codecs source code, including compress, LZW, LZ77, RLE, Huffman, etc.
Platform: | Size: 105472 | Author: 张 虎 | Hits:

[Compress-Decompress algrithmscompress11

Description: 这是lzw算法源程序代码,纯c语言编程实现,希望对您有用。-lzw algorithm source code, pure c programming language, and I hope to you useful.
Platform: | Size: 12288 | Author: zc | Hits:

[Compress-Decompress algrithmsC.LZW

Description: lzw压缩算法的c语言实现及用C++实现算术编码-lzw compression algorithm in C Language C and achieve Arithmetic Coding
Platform: | Size: 4096 | Author: 季安 | Hits:

[Mathimatics-Numerical algorithmsLZW

Description: LZW算法的C语言实现!能够实现对原始数据的压缩!-LZW algorithm realize the C language! To achieve compression of the original data!
Platform: | Size: 4096 | Author: songqitao | Hits:

[Compress-Decompress algrithmslzw

Description: LZW.c 本演示程序提供了LZW编码法的压缩和解压缩函数,并实现了对图象 文件的压缩和解压缩
Platform: | Size: 3072 | Author: zhangpin | Hits:

[Compress-Decompress algrithmslzw.c

Description: Lempel-Ziv coding 源代码(C)-Lempel-Ziv coding source code (C)
Platform: | Size: 1024 | Author: gaoxch06 | Hits:

[Compress-Decompress algrithmsLZW

Description: c语言压缩算法,LZW.高效率,适合于对大文件进行压缩.-c language compression algorithm, LZW. high efficiency, suitable for large files are compressed.
Platform: | Size: 3072 | Author: elipas | Hits:

[Compress-Decompress algrithmsLZW-C

Description: LZW压缩算法用C语言的实现相应编程,无损压缩结果和还原后信息一致。-LZW compression algorithm to achieve the appropriate use of C language programming, lossless compression results and consistent with the information after reduction.
Platform: | Size: 3072 | Author: zhou | Hits:
« 12 3 4 5 6 7 8 9 10 »

CodeBus www.codebus.net